Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.jface.operation.IRunnableContext

Packages that use IRunnableContext
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.jface.dialogs Provides support for dialogs. 
org.eclipse.jface.window Provides a general framework for creating and managing windows. 
org.eclipse.jface.wizard Provides a framework for wizards. 
org.eclipse.search.ui Provides classes and interfaces for search pages. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of IRunnableContext in org.eclipse.debug.ui
 

Subinterfaces of IRunnableContext in org.eclipse.debug.ui
 interface ILaunchConfigurationDialog
          A launch configuration dialog is used to edit and launch launch configurations.
 

Uses of IRunnableContext in org.eclipse.jface.dialogs
 

Classes in org.eclipse.jface.dialogs that implement IRunnableContext
 class ProgressMonitorDialog
          A modal dialog that displays progress during a long running operation.
 

Uses of IRunnableContext in org.eclipse.jface.window
 

Classes in org.eclipse.jface.window that implement IRunnableContext
 class ApplicationWindow
          An application window is a high-level "main window", with built-in support for an optional menu bar with standard menus, an optional toolbar, and an optional status line.
 

Uses of IRunnableContext in org.eclipse.jface.wizard
 

Subinterfaces of IRunnableContext in org.eclipse.jface.wizard
 interface IWizardContainer
          Interface for containers that can host a wizard.
 

Classes in org.eclipse.jface.wizard that implement IRunnableContext
 class WizardDialog
          A dialog to show a wizard to the end user.
 

Uses of IRunnableContext in org.eclipse.search.ui
 

Methods in org.eclipse.search.ui that return IRunnableContext
 IRunnableContext ISearchPageContainer.getRunnableContext()
          Returns the context for the search operation.
 

Uses of IRunnableContext in org.eclipse.ui
 

Subinterfaces of IRunnableContext in org.eclipse.ui
 interface IWorkbenchWindow
          A workbench window is a top level window in a workbench.
 

Uses of IRunnableContext in org.eclipse.ui.editors.text
 

Classes in org.eclipse.ui.editors.text that implement IRunnableContext
 class WorkspaceOperationRunner
           
 

Methods in org.eclipse.ui.editors.text that return IRunnableContext
protected  IRunnableContext TextFileDocumentProvider.getOperationRunner(IProgressMonitor monitor)
          Returns the runnable context for this document provider.
protected  IRunnableContext StorageDocumentProvider.getOperationRunner(IProgressMonitor monitor)
           
protected  IRunnableContext FileDocumentProvider.getOperationRunner(IProgressMonitor monitor)
           
 

Uses of IRunnableContext in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor that return IRunnableContext
protected abstract  IRunnableContext AbstractDocumentProvider.getOperationRunner(IProgressMonitor monitor)
          Returns the runnable context for this document provider.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.